You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
191 B

1 week ago
  1. "use strict";
  2. const common_vendor = require("../common/vendor.js");
  3. const store = common_vendor.createPinia();
  4. function setupStore(app) {
  5. app.use(store);
  6. }
  7. exports.setupStore = setupStore;