diff --git a/antdv-demo b/antdv-demo index aab758ee2..38d737b35 160000 --- a/antdv-demo +++ b/antdv-demo @@ -1 +1 @@ -Subproject commit aab758ee2c072e350f2cc6140f8293ce8d9c7c9e +Subproject commit 38d737b353607aaf4d75d4437e01c0daf15bf3d7 diff --git a/components/tooltip/__tests__/__snapshots__/demo.test.js.snap b/components/tooltip/__tests__/__snapshots__/demo.test.js.snap index 8a770ef3a..c6e84dcf0 100644 --- a/components/tooltip/__tests__/__snapshots__/demo.test.js.snap +++ b/components/tooltip/__tests__/__snapshots__/demo.test.js.snap @@ -1,20 +1,52 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`renders ./antdv-demo/docs/tooltip/demo/arrow-point-at-center.md correctly 1`] = `
`; - -exports[`renders ./antdv-demo/docs/tooltip/demo/auto-adjust-overflow.md correctly 1`] = `

`; +exports[`renders ./antdv-demo/docs/tooltip/demo/arrow-point-at-center.md correctly 1`] = ` +
+ +
+`; -exports[`renders ./antdv-demo/docs/tooltip/demo/basic.md correctly 1`] = ` - - Tooltip will show when mouse enter. - +exports[`renders ./antdv-demo/docs/tooltip/demo/auto-adjust-overflow.md correctly 1`] = ` +
+
+
`; +exports[`renders ./antdv-demo/docs/tooltip/demo/basic.md correctly 1`] = ` Tooltip will show when mouse enter. `; + exports[`renders ./antdv-demo/docs/tooltip/demo/placement.md correctly 1`] = `
-
-
-
-
+
+ + +
+
+ + +
+
+ + +
+
+ + +
`; diff --git a/examples/App.vue b/examples/App.vue index 2e9b681ac..4206ad77b 100644 --- a/examples/App.vue +++ b/examples/App.vue @@ -4,7 +4,7 @@