MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / routeType

Method routeType

helpers/config-node.js:283–287  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 }
282
283 get routeType () {
284 if ( this.pathname.length < 2 ) return 'none'
285
286 return getRouteType( this.pathname )
287 }
288
289 get defaultMeta () {
290 return nuxtHead.meta

Callers

nothing calls this directly

Calls 1

getRouteTypeFunction · 0.90

Tested by

no test coverage detected