feat(sfc): scopeId runtime support
This commit is contained in:
@@ -38,5 +38,9 @@ export const nodeOps = {
|
||||
nextSibling: (node: Node): Node | null => node.nextSibling,
|
||||
|
||||
querySelector: (selector: string): Element | null =>
|
||||
doc.querySelector(selector)
|
||||
doc.querySelector(selector),
|
||||
|
||||
setScopeId(el: Element, id: string) {
|
||||
el.setAttribute(id, '')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user