mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
eaa2f430f3
commit
a5b0209763
@ -1,4 +1,4 @@
|
||||
const Toptips = require('../../dist/toptips/index');
|
||||
const Toptips = require('../../dist/toptips/toptips');
|
||||
|
||||
Page({
|
||||
data: {
|
||||
|
@ -1,4 +1,4 @@
|
||||
exports.Dialog = require('./dialog/dialog');
|
||||
exports.Toast = require('./toast/toast');
|
||||
// exports.TopTips = require('./toptips/index');
|
||||
exports.TopTips = require('./toptips/toptips');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user