mirror of https://github.com/vuejs/core.git
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
|
export function resolveComponent() {
|
||
|
// TODO
|
||
|
}
|
||
|
|
||
|
export function resolveDirective() {
|
||
|
// TODO
|
||
|
}
|