更新依赖

master
yutent 2023-06-17 15:00:24 +00:00
parent e6b952ca96
commit 8bd384fdee
6 changed files with 14 additions and 12 deletions

View File

@ -36,6 +36,8 @@ export default {
fetch: '//jscdn.ink/@bytedo/fetch/latest/next.js',
'@bytedo/editor': '//jscdn.ink/@bytedo/editor/latest/index.js',
'@bytedo/gzip': '//jscdn.ink/@bytedo/gzip/latest/index.js',
'@bd/core': '//jscdn.ink/@bd/core/latest/index.js'
'@bd/core': '//jscdn.ink/@bd/core/latest/index.js',
'@bd/ui/': '//jscdn.ink/@bd/ui/latest/',
'wkit': '//jscdn.ink/wkit/latest/index.js'
}
}

View File

@ -1,11 +1,11 @@
{
"name": "fite-app",
"name": "bd-js.github.io",
"type": "module",
"scripts": {
"start": "fite dev",
"build": "fite build"
},
"devDependencies": {
"fite": "^0.7.5"
"fite": "^1.1.11"
}
}

View File

@ -1,11 +1,11 @@
import { createApp } from 'vue'
import App from './app.vue'
import '//jscdn.ink/@bd/ui/latest/scroll/index.js'
import '//jscdn.ink/@bd/ui/latest/markd/index.js'
import '//jscdn.ink/@bd/ui/latest/sandbox/index.js'
import '//jscdn.ink/@bd/ui/latest/space/index.js'
import '//jscdn.ink/@bd/ui/latest/divider/index.js'
import '@bd/ui/scroll/index.js'
import '@bd/ui/markd/index.js'
import '@bd/ui/sandbox/index.js'
import '@bd/ui/space/index.js'
import '@bd/ui/divider/index.js'
// import '//127.0.0.1:8090/dist/scroll/index.js'
// import '//127.0.0.1:8090/dist/markd/index.js'
// import '//127.0.0.1:8090/dist/sandbox/index.js'

View File

@ -1,8 +1,8 @@
import { createApp } from 'vue'
import App from './app.vue'
import '//jscdn.ink/@bd/ui/latest/space/index.js'
import '//jscdn.ink/@bd/ui/latest/form/index.js'
import '@bd/ui/space/index.js'
import '@bd/ui/form/index.js'
const app = createApp(App)

View File

@ -1,7 +1,7 @@
import { createApp } from 'vue'
import App from './app.vue'
import '//jscdn.ink/@bd/ui/0.1.3/form/index.js'
import '@bd/ui/form/index.js'
const app = createApp(App)

View File

@ -5,7 +5,7 @@
*/
import { createApp } from 'vue'
import '//jscdn.ink/@bd/ui/latest/tabs/index.js'
import '@bd/ui/tabs/index.js'
// import '//127.0.0.1:8090/dist/tabs/index.js'
import App from './app.vue'