UNPKG

sx-cli-tool

Version:

Laravel va Vue frameworklaridagi monolith arxitektura loyihalarni boshqarish uchun mo'ljallangan CLI tool

15 lines (14 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const vue_1 = require("vue"); exports.default = (0, vue_1.defineComponent)({ setup() { const count = (0, vue_1.ref)(0); return { count }; }, template: ` <button @click="count++">Increase count<button/> ` });