UNPKG

@vuepress-reco/style-default

Version:
13 lines (12 loc) 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useInstance = void 0; const vue_1 = require("vue"); function useInstance() { const vm = vue_1.getCurrentInstance(); if (!vm) throw new Error('must be called in setup'); const instance = vm || {}; return instance; } exports.useInstance = useInstance;