mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
fix: fix codesandbox error, update vue to latest
This commit is contained in:
parent
0306bf639d
commit
341f2e6765
@ -66,8 +66,8 @@ export function getCodeSandboxParams (code) {
|
||||
content: {
|
||||
dependencies: {
|
||||
...getDeps(code),
|
||||
vue: 'next',
|
||||
'vue-router': 'next',
|
||||
vue: 'latest',
|
||||
'vue-router': 'latest',
|
||||
'naive-ui': 'latest'
|
||||
},
|
||||
devDependencies: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user