1+ <!doctype html>
2+ < html class ="default no-js ">
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < title > rollup-plugin-vue</ title >
7+ < meta name ="description " content ="">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+ < link rel ="stylesheet " href ="assets/css/main.css ">
10+ </ head >
11+ < body >
12+ < header >
13+ < div class ="tsd-page-toolbar ">
14+ < div class ="container ">
15+ < div class ="table-wrap ">
16+ < div class ="table-cell " id ="tsd-search " data-index ="assets/js/search.js " data-base =". ">
17+ < div class ="field ">
18+ < label for ="tsd-search-field " class ="tsd-widget search no-caption "> Search</ label >
19+ < input id ="tsd-search-field " type ="text " />
20+ </ div >
21+ < ul class ="results ">
22+ < li class ="state loading "> Preparing search index...</ li >
23+ < li class ="state failure "> The search index is not available</ li >
24+ </ ul >
25+ < a href ="index.html " class ="title "> rollup-plugin-vue</ a >
26+ </ div >
27+ < div class ="table-cell " id ="tsd-widgets ">
28+ < div id ="tsd-filter ">
29+ < a href ="# " class ="tsd-widget options no-caption " data-toggle ="options "> Options</ a >
30+ < div class ="tsd-filter-group ">
31+ < div class ="tsd-select " id ="tsd-filter-visibility ">
32+ < span class ="tsd-select-label "> All</ span >
33+ < ul class ="tsd-select-list ">
34+ < li data-value ="public "> Public</ li >
35+ < li data-value ="protected "> Public/Protected</ li >
36+ < li data-value ="private " class ="selected "> All</ li >
37+ </ ul >
38+ </ div >
39+ < input type ="checkbox " id ="tsd-filter-inherited " checked />
40+ < label class ="tsd-widget " for ="tsd-filter-inherited "> Inherited</ label >
41+ < input type ="checkbox " id ="tsd-filter-only-exported " />
42+ < label class ="tsd-widget " for ="tsd-filter-only-exported "> Only exported</ label >
43+ </ div >
44+ </ div >
45+ < a href ="# " class ="tsd-widget menu no-caption " data-toggle ="menu "> Menu</ a >
46+ </ div >
47+ </ div >
48+ </ div >
49+ </ div >
50+ < div class ="tsd-page-title ">
51+ < div class ="container ">
52+ < ul class ="tsd-breadcrumb ">
53+ < li >
54+ < a href ="globals.html "> Globals</ a >
55+ </ li >
56+ </ ul >
57+ < h1 > rollup-plugin-vue</ h1 >
58+ </ div >
59+ </ div >
60+ </ header >
61+ < div class ="container container-main ">
62+ < div class ="row ">
63+ < div class ="col-8 col-content ">
64+ < section class ="tsd-panel-group tsd-index-group ">
65+ < h2 > Index</ h2 >
66+ < section class ="tsd-panel tsd-index-panel ">
67+ < div class ="tsd-index-content ">
68+ < section class ="tsd-index-section ">
69+ < h3 > Interfaces</ h3 >
70+ < ul class ="tsd-index-list ">
71+ < li class ="tsd-kind-interface "> < a href ="interfaces/vuepluginoptions.html " class ="tsd-kind-icon "> Vue< wbr > Plugin< wbr > Options</ a > </ li >
72+ </ ul >
73+ </ section >
74+ < section class ="tsd-index-section tsd-is-not-exported ">
75+ < h3 > Variables</ h3 >
76+ < ul class ="tsd-index-list ">
77+ < li class ="tsd-kind-variable tsd-is-not-exported "> < a href ="globals.html#hash " class ="tsd-kind-icon "> hash</ a > </ li >
78+ </ ul >
79+ </ section >
80+ < section class ="tsd-index-section ">
81+ < h3 > Functions</ h3 >
82+ < ul class ="tsd-index-list ">
83+ < li class ="tsd-kind-function "> < a href ="globals.html#vueplugin " class ="tsd-kind-icon "> Vue< wbr > Plugin</ a > </ li >
84+ </ ul >
85+ </ section >
86+ </ div >
87+ </ section >
88+ </ section >
89+ < section class ="tsd-panel-group tsd-member-group tsd-is-not-exported ">
90+ < h2 > Variables</ h2 >
91+ < section class ="tsd-panel tsd-member tsd-kind-variable tsd-is-not-exported ">
92+ < a name ="hash " class ="tsd-anchor "> </ a >
93+ < h3 > < span class ="tsd-flag ts-flagConst "> Const</ span > hash</ h3 >
94+ < div class ="tsd-signature tsd-kind-icon "> hash< span class ="tsd-signature-symbol "> :</ span > < span class ="tsd-signature-type "> any</ span > < span class ="tsd-signature-symbol "> = require('hash-sum')</ span > </ div >
95+ < aside class ="tsd-sources ">
96+ < ul >
97+ < li > Defined in < a href ="https://github.com/vuejs/rollup-plugin-vue/blob/v4.1.0/src/index.ts#L20 "> index.ts:20</ a > </ li >
98+ </ ul >
99+ </ aside >
100+ </ section >
101+ </ section >
102+ < section class ="tsd-panel-group tsd-member-group ">
103+ < h2 > Functions</ h2 >
104+ < section class ="tsd-panel tsd-member tsd-kind-function ">
105+ < a name ="vueplugin " class ="tsd-anchor "> </ a >
106+ < h3 > Vue< wbr > Plugin</ h3 >
107+ < ul class ="tsd-signatures tsd-kind-function ">
108+ < li class ="tsd-signature tsd-kind-icon "> Vue< wbr > Plugin< span class ="tsd-signature-symbol "> (</ span > opts< span class ="tsd-signature-symbol "> ?: </ span > < a href ="interfaces/vuepluginoptions.html " class ="tsd-signature-type "> VuePluginOptions</ a > < span class ="tsd-signature-symbol "> )</ span > < span class ="tsd-signature-symbol "> : </ span > < span class ="tsd-signature-type "> Plugin</ span > </ li >
109+ </ ul >
110+ < ul class ="tsd-descriptions ">
111+ < li class ="tsd-description ">
112+ < aside class ="tsd-sources ">
113+ < ul >
114+ < li > Defined in < a href ="https://github.com/vuejs/rollup-plugin-vue/blob/v4.1.0/src/index.ts#L100 "> index.ts:100</ a > </ li >
115+ </ ul >
116+ </ aside >
117+ < div class ="tsd-comment tsd-typography ">
118+ < div class ="lead ">
119+ < p > Rollup plugin for handling .vue files.</ p >
120+ </ div >
121+ </ div >
122+ < h4 class ="tsd-parameters-title "> Parameters</ h4 >
123+ < ul class ="tsd-parameters ">
124+ < li >
125+ < h5 > < span class ="tsd-flag ts-flagDefault value "> Default value</ span > opts: < a href ="interfaces/vuepluginoptions.html " class ="tsd-signature-type "> VuePluginOptions</ a > < span class ="tsd-signature-symbol "> = {}</ span > </ h5 >
126+ </ li >
127+ </ ul >
128+ < h4 class ="tsd-returns-title "> Returns < span class ="tsd-signature-type "> Plugin</ span > </ h4 >
129+ </ li >
130+ </ ul >
131+ </ section >
132+ </ section >
133+ </ div >
134+ < div class ="col-4 col-menu menu-sticky-wrap menu-highlight ">
135+ < nav class ="tsd-navigation primary ">
136+ < ul >
137+ < li class ="globals current ">
138+ < a href ="globals.html "> < em > Globals</ em > </ a >
139+ </ li >
140+ </ ul >
141+ </ nav >
142+ < nav class ="tsd-navigation secondary menu-sticky ">
143+ < ul class ="before-current ">
144+ < li class =" tsd-kind-interface ">
145+ < a href ="interfaces/vuepluginoptions.html " class ="tsd-kind-icon "> Vue< wbr > Plugin< wbr > Options</ a >
146+ </ li >
147+ < li class =" tsd-kind-variable tsd-is-not-exported ">
148+ < a href ="globals.html#hash " class ="tsd-kind-icon "> hash</ a >
149+ </ li >
150+ < li class =" tsd-kind-function ">
151+ < a href ="globals.html#vueplugin " class ="tsd-kind-icon "> Vue< wbr > Plugin</ a >
152+ </ li >
153+ </ ul >
154+ </ nav >
155+ </ div >
156+ </ div >
157+ </ div >
158+ < footer >
159+ < div class ="container ">
160+ < h2 > Legend</ h2 >
161+ < div class ="tsd-legend-group ">
162+ < ul class ="tsd-legend ">
163+ < li class ="tsd-kind-module "> < span class ="tsd-kind-icon "> Module</ span > </ li >
164+ < li class ="tsd-kind-object-literal "> < span class ="tsd-kind-icon "> Object literal</ span > </ li >
165+ < li class ="tsd-kind-variable "> < span class ="tsd-kind-icon "> Variable</ span > </ li >
166+ < li class ="tsd-kind-function "> < span class ="tsd-kind-icon "> Function</ span > </ li >
167+ < li class ="tsd-kind-function tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Function with type parameter</ span > </ li >
168+ < li class ="tsd-kind-index-signature "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
169+ < li class ="tsd-kind-type-alias "> < span class ="tsd-kind-icon "> Type alias</ span > </ li >
170+ </ ul >
171+ < ul class ="tsd-legend ">
172+ < li class ="tsd-kind-enum "> < span class ="tsd-kind-icon "> Enumeration</ span > </ li >
173+ < li class ="tsd-kind-enum-member "> < span class ="tsd-kind-icon "> Enumeration member</ span > </ li >
174+ < li class ="tsd-kind-property tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Property</ span > </ li >
175+ < li class ="tsd-kind-method tsd-parent-kind-enum "> < span class ="tsd-kind-icon "> Method</ span > </ li >
176+ </ ul >
177+ < ul class ="tsd-legend ">
178+ < li class ="tsd-kind-interface "> < span class ="tsd-kind-icon "> Interface</ span > </ li >
179+ < li class ="tsd-kind-interface tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Interface with type parameter</ span > </ li >
180+ < li class ="tsd-kind-constructor tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
181+ < li class ="tsd-kind-property tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Property</ span > </ li >
182+ < li class ="tsd-kind-method tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Method</ span > </ li >
183+ < li class ="tsd-kind-index-signature tsd-parent-kind-interface "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
184+ </ ul >
185+ < ul class ="tsd-legend ">
186+ < li class ="tsd-kind-class "> < span class ="tsd-kind-icon "> Class</ span > </ li >
187+ < li class ="tsd-kind-class tsd-has-type-parameter "> < span class ="tsd-kind-icon "> Class with type parameter</ span > </ li >
188+ < li class ="tsd-kind-constructor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Constructor</ span > </ li >
189+ < li class ="tsd-kind-property tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Property</ span > </ li >
190+ < li class ="tsd-kind-method tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Method</ span > </ li >
191+ < li class ="tsd-kind-accessor tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Accessor</ span > </ li >
192+ < li class ="tsd-kind-index-signature tsd-parent-kind-class "> < span class ="tsd-kind-icon "> Index signature</ span > </ li >
193+ </ ul >
194+ < ul class ="tsd-legend ">
195+ < li class ="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited constructor</ span > </ li >
196+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited property</ span > </ li >
197+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited method</ span > </ li >
198+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited "> < span class ="tsd-kind-icon "> Inherited accessor</ span > </ li >
199+ </ ul >
200+ < ul class ="tsd-legend ">
201+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected property</ span > </ li >
202+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected method</ span > </ li >
203+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected "> < span class ="tsd-kind-icon "> Protected accessor</ span > </ li >
204+ </ ul >
205+ < ul class ="tsd-legend ">
206+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private property</ span > </ li >
207+ < li class ="tsd-kind-method tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private method</ span > </ li >
208+ < li class ="tsd-kind-accessor tsd-parent-kind-class tsd-is-private "> < span class ="tsd-kind-icon "> Private accessor</ span > </ li >
209+ </ ul >
210+ < ul class ="tsd-legend ">
211+ < li class ="tsd-kind-property tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static property</ span > </ li >
212+ < li class ="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static "> < span class ="tsd-kind-icon "> Static method</ span > </ li >
213+ </ ul >
214+ </ div >
215+ </ div >
216+ </ footer >
217+ < div class ="overlay "> </ div >
218+ < script src ="assets/js/main.js "> </ script >
219+ < script > if ( location . protocol == 'file:' ) document . write ( '<script src="assets/js/search.js"><' + '/script>' ) ; </ script >
220+ </ body >
221+ </ html >
0 commit comments