Skip to content

Commit

Permalink
fix(popup): using new style (#605)
Browse files Browse the repository at this point in the history
* fix(popup): using new style

* chore: update common

* test(popup): update

* test: update snapshot

* test(tab-bar): update

* test(tab-bar): update
  • Loading branch information
LeeJim authored Apr 20, 2023
1 parent 5e146b3 commit 68f1077
Show file tree
Hide file tree
Showing 47 changed files with 34,009 additions and 36,394 deletions.
4 changes: 4 additions & 0 deletions scripts/test/test-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ config.global.components = {
'tdesign-demo-block': DemoBlock,
};

config.global.stubs = {
teleport: true,
};

config.global.createSSRApp = (comp) => {
const app = createApp(comp);
app.config.globalProperties.$route = {};
Expand Down
Loading

0 comments on commit 68f1077

Please sign in to comment.