add alpha branch
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
||||
setup() {
|
||||
|
||||
const openMsg = function() {
|
||||
layer.msg("普通消息", { time: 1000 })
|
||||
layer.msg("普通消息", { time: 100000 })
|
||||
}
|
||||
return {
|
||||
openMsg
|
||||
@@ -48,7 +48,7 @@ export default {
|
||||
setup() {
|
||||
|
||||
const openSuccess = function() {
|
||||
layer.msg("成功消息", { icon : 1, time: 1000})
|
||||
layer.msg("成功消息", { icon : 1, time: 100000})
|
||||
}
|
||||
|
||||
const openFailure = function() {
|
||||
|
||||
@@ -5,8 +5,8 @@ import plugins from './src/plugin/common-plugins'
|
||||
export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'/@src': path.resolve(__dirname, '../src'),
|
||||
'/@src': path.resolve(__dirname, './src'),
|
||||
},
|
||||
},
|
||||
plugins,
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user