update Anchor to support SSR
This commit is contained in:
parent
2b27d95d08
commit
a8e7c029a0
7 changed files with 36 additions and 26 deletions
|
@ -49,7 +49,8 @@ export default {
|
|||
type: Number,
|
||||
default: 5
|
||||
},
|
||||
container: [String, HTMLElement],
|
||||
// container: [String, HTMLElement], // HTMLElement 在 SSR 下不支持
|
||||
container: null,
|
||||
showInk: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue