Home
last modified time | relevance | path

Searched refs:Vue (Results 1 – 25 of 1549) sorted by relevance

12345678910>>...62

/dports/net/storj/storj-1.45.3/web/satellite/src/
H A Dmain.ts4 import Vue from 'vue';
14 return Vue.nextTick(callback);
17 Vue.config.devtools = true;
18 Vue.config.performance = true;
19 Vue.config.productionTip = false;
23 Vue.use(notificator);
24 Vue.use(VueClipboard);
39 Vue.directive('click-outside', {
58 Vue.directive('number', {
86 Vue.filter('centsToDollars', (cents: number): string => {
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/npm-asset/vue/types/
H A Dvue.d.ts23 export interface Vue { interface
25 readonly $options: ComponentOptions<Vue>;
26 readonly $parent: Vue;
27 readonly $root: Vue;
28 readonly $children: Vue[];
29 readonly $refs: { [key: string]: Vue | Element | Vue[] | Element[] };
43 $set: typeof Vue.set;
44 $delete: typeof Vue.delete;
73 errorHandler(err: Error, vm: Vue, info: string): void;
80 export interface VueConstructor<V extends Vue = Vue> {
[all …]
H A Doptions.d.ts1 import { Vue, CreateElement, CombinedVueInstance } from "./vue";
11 | typeof Vue
50 export type ThisTypedComponentOptionsWithArrayProps<V extends Vue, Data, Methods, Computed, PropNam…
58 export type ThisTypedComponentOptionsWithRecordProps<V extends Vue, Data, Methods, Computed, Props>…
68 V extends Vue,
98 errorCaptured?(err: Error, vm: Vue, info: string): boolean | void;
114 parent?: Vue;
115 mixins?: (ComponentOptions<Vue> | typeof Vue)[];
118 extends?: ComponentOptions<Vue> | typeof Vue;
141 parent: Vue;
H A Dumd.d.ts11 declare namespace Vue { namespace
14 export type VueConstructor<V extends Vue = Vue> = V.VueConstructor<V>;
19 …export type ComponentOptions<V extends Vue, Data=DefaultData<V>, Methods=DefaultMethods<V>, Comput…
44 declare class Vue extends V.default {} class
46 export = Vue;
48 export as namespace Vue; namespace
H A Dvnode.d.ts1 import { Vue } from "./vue";
22 context?: Vue;
25 componentInstance?: Vue;
34 Ctor: typeof Vue;
/dports/net/storj/storj-1.45.3/web/multinode/src/
H A Dmain.ts4 import Vue, { VNode } from 'vue';
16 Vue.config.productionTip = false;
18 Vue.use(VueClipboard);
20 Vue.use(Router);
27 Vue.directive('click-outside', {
49 Vue.filter('centsToDollars', (cents: number): string => Currency.dollarsFromCents(cents));
54 Vue.filter('bytesToBase10String', (amountInBytes: number): string => Size.toBase10String(amountInBy…
59 Vue.filter('floatToPercentage', (number: number): string => Percentage.fromFloat(number));
61 const app = new Vue({
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/fe_guide/
H A Dvue.md7 # Vue chapter
19 ## Vue architecture
67 with a Vue-generated DOM.
89 return new Vue({
142 return new Vue({
182 import Vue from 'vue';
195 return new Vue({
248 return new Vue({
326 ### Mixing Vue and jQuery
535 ## Vue.js Expert Role
[all …]
H A Dvue3_migration.md7 # Migration to Vue 3
9 Preparations for a Vue 3 migration are tracked in epic [&3174](https://gitlab.com/groups/gitlab-org…
11 In order to prepare for the eventual migration to Vue 3.x, we should not use the following deprecat…
16 ## Vue filters
20 …ithub.com/vuejs/rfcs/blob/master/active-rfcs/0015-remove-filters.md) from the Vue 3 API completely.
30 …rfcs/blob/master/active-rfcs/0020-events-api-change.md) from the Vue instance, so in Vue 3 it can'…
36 If you need cross-component communication (between different Vue apps), then perhaps introducing a …
75 Event hubs created with the factory expose the same methods as Vue 2 event hubs (`$on`, `$once`, `$…
149 In Vue 3, props default value factory functions no longer have access to `this`
155 will work in both Vue 2 and 3.
[all …]
H A Dwidgets.md9 Frontend widgets are standalone Vue applications or Vue component trees that can be added on a page
16 ## Vue Apollo is required
18 All widgets should use the same stack (Vue + Apollo Client).
19 To make it happen, we must add Vue Apollo to the application root (if we use a widget
28 new Vue({
96 ## Communication with other Vue applications
115 Sometimes, we want to listen to the changes on the different Vue application like `NotesApp`.
/dports/net/storj/storj-1.45.3/web/storagenode/src/
H A Dmain.ts4 import Vue, { VNode } from 'vue';
13 Vue.config.productionTip = false;
16 Vue.use(VueClipboard);
23 Vue.directive('click-outside', {
45 Vue.filter('centsToDollars', (cents: number): string => {
52 Vue.filter('bytesToBase10String', (amountInBytes: number): string => {
56 new Vue({
/dports/net/storj/storj-1.45.3/web/satellite/src/types/
H A Dnavigation.ts4 import Vue, {VueConstructor} from 'vue';
9 private readonly _icon: VueConstructor<Vue>;
11 public constructor(path: string, name: string, icon: VueConstructor<Vue> = Vue) {
25 public get icon(): VueConstructor<Vue> {
33 public withIcon(icon: VueConstructor<Vue>): NavigationLink {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/librenms/laravel-vue-i18n-generator/
H A DREADME.md58 import Vue from 'vue';
62 Vue.use(VueInternationalization);
72 const app = new Vue({
83 import Vue from 'vue';
89 Vue.config.lang = 'en';
134 Vue.i18n.add('en', Locales.en);
135 Vue.i18n.add('de', Locales.de);
138 Vue.i18n.set(Spark.locale);
142 var app = new Vue({
168 Vue.use(VueI18n)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/danger/ce_ee_vue_templates/
H A DDangerfile27 message 'This merge request includes changes to Vue files that have both CE and EE versions.'
30 ## Vue `<template>` in CE and EE
32 Some Vue files in CE have a counterpart in EE.
35 When run in the context of CE, the `<template>` of the CE Vue file is used.
36 When run in the context of EE, the `<template>` of the EE Vue file is used.
42 The following Vue files were changed as part of this merge request that
47 If you made a change to the `<template>` of any of these Vue files that
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/testing_guide/
H A Dtesting_levels.md68 Vue[Vue Components];
74 Vue---plain;
75 Vue---Vuex;
152 Vue[Vue Components];
158 Vue---plain;
159 Vue---Vuex;
246 Vue[Vue Components];
252 Vue---plain;
253 Vue---Vuex;
375 Vue[Vue Components];
[all …]
/dports/www/py-fastapi/fastapi-0.70.0/docs/ja/docs/
H A Dproject-generation.md34 * **Vue** フロントエンド:
35 * Vue CLIにより生成。
42 * **Vue-router**。
45 * **Nginx**ベースのDockerサーバ (Vue-routerとうまく協調する構成)。
48 * 可能な限りモジュール化されているのでそのまま使用できますが、Vue CLIで再生成したり、必要に応じて作成したりして、必要なものを再利用可能。
/dports/net-mgmt/librenms/librenms-21.5.1/resources/sass/
H A Dapp.scss10 // Vue Select
13 // Vue Multiselect
16 // Vue Tabs
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/ui/
H A DREADME.md20 - [Writing Vue Components](#writing-vue-components)
42 The Bootstrap and Vue scaffolding provided by Laravel is located in the `laravel/ui` Composer packa…
68 …asier to get started writing modern JavaScript using the [Vue](https://vuejs.org) library. Vue pro…
104 …`resources/js/app.js` file. Within the `app.js` file you may register your Vue components or, if y…
106 … load the `resources/js/bootstrap.js` file which bootstraps and configures Vue, Axios, jQuery, and…
108 #### Writing Vue Components
110 ….vue` Vue component will be placed in the `resources/js/components` directory. The `ExampleCompone…
113 Vue.component(
129 > Remember, you should run the `npm run dev` command each time you change a Vue component. Or, you …
131 …g Vue components, you should read the [Vue documentation](https://vuejs.org/guide/), which provide…
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/resources/lib/wvui/
H A DREADME.md1 # �� Wikimedia Vue UI
3 Wikimedia Vue UI (WVUI) components – [Wikimedia Foundation's](https://wikimediafoundation.org/)
4 Vue.js shared user-interface components for Wikipedia, MediaWiki, and beyond. See
37 Install the library and Vue.js v2:
71 The following example demonstrates an integration with the Vue root App that has access to the
93 import Vue from "vue";
96 new Vue({
116 Each chunk is side-effect free. All chunks are fully compiled ES5 / CSS and require a Vue.js
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-vue/
H A DREADME.md6 Vue ([Vue v2.6.0 Template Syntax](https://vuejs.org/v2/guide/syntax.html)) grammar for [tree-sitter…
22 const Vue = require("tree-sitter-vue");
25 parser.setLanguage(Vue);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/development/fe_guide/style/
H A Dvue.md7 # Vue.js style guide
29 document.addEventListener('DOMContentLoaded', () => new Vue({
58 1. Use `.vue` for Vue templates. Do not use `%template` in HAML.
60 1. Explicitly define data being passed into the Vue app
64 return new Vue({
82 return new Vue({
107 return new Vue({
377 1. Properties in a Vue Component:
437 ## Vue testing
442 aim to provide insight into how we write Vue tests at GitLab.
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/langs/fr_BE/
H A Dagenda.lang10 ViewCal=Vue mensuelle
11 ViewDay=Vue quotidienne
12 ViewWeek=Vue hebdomadaire
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/langs/fr_BE/
H A Dagenda.lang11 ViewCal=Vue mensuelle
12 ViewDay=Vue quotidienne
13 ViewWeek=Vue hebdomadaire
/dports/www/mediawiki137/mediawiki-1.37.1/skins/Vector/resources/
H A Dvue.d.ts2 import Vue from 'vue';
3 export default Vue;
/dports/www/mediawiki136/mediawiki-1.36.3/skins/Vector/resources/
H A Dvue.d.ts2 import Vue from 'vue';
3 export default Vue;
/dports/net/storj/storj-1.45.3/web/multinode/src/app/types/
H A Dvue.d.ts5 import Vue from 'vue';
6 export default Vue;

12345678910>>...62