update Anchor to support SSR

This commit is contained in:
梁灏 2018-07-05 18:07:34 +08:00
parent 2b27d95d08
commit a8e7c029a0
7 changed files with 36 additions and 26 deletions

View file

@ -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