Skip to content

issues Search Results · repo:framework7io/framework7-loader language:JavaScript

Filter by

0 results
 (66 ms)

0 results

inframework7io/framework7-loader (press backspace or delete to remove)

I am trying to migrate from V5 to V6. I need to avoid xhr requests for performance. For testing this loader I have created a new cordova-core app without bundler (webpack) using CLI. Now what would be ...
  • maqeelqureshi
  • Opened 
    on Apr 12, 2021
  • #15

The views can easily become overly large which makes navigation and maintenance of code cumbersome as time goes on and with more people being involved. Splitting up Views into Partials keeps the design ...
  • dimitriadamou
  • Opened 
    on Dec 3, 2020
  • #13

Getting the following error... How do I fix it? TypeError: this.addDependency is not a function at module.exports (/Users/user/Sites/fw7-app/node_modules/framework7-component-loader/lib/get-partials.js:35:18) ...
  • lemnisk8
  • Opened 
    on Nov 5, 2020
  • #11

{ loader: framework7-component-loader , options: { helpersPath: ./src/template7-helpers-list.js , partialsPath: ./src/pages/ , partialsExt: .f7p.html } } ./src/pages/bars.f7p.html ...
  • ptoner
  • 1
  • Opened 
    on Sep 18, 2020
  • #10

Hi, Having the following code: {{#each empresas}} li data-id_empresa= {{id}} data-nombre= {{nombre_attr}} a href= # class= item-content Test /a /li {{/each}} When nombre_attr contains ...
  • ghost
  • 1
  • Opened 
    on Jul 15, 2020
  • #8

I made a small change to the index.js file on line 18, so you can define your helpers directly into the template7-helpers-list.js file. Donno if useful. if (options options.helpersPath) { try { ...
  • kriboogh
  • Opened 
    on Jul 1, 2020
  • #7

Hi! It appears that dynamic import, i.e. import(...) is not supported by this loader due to acorn not supporting it. When trying to use dynamic import, the following error is generated: SyntaxError: ...
  • alexkuc
  • 1
  • Opened 
    on Apr 24, 2020
  • #6

1.template-helpers.js Template7.registerHelper( steps , function(step1, step2) { var str = div class= steps + div class= step1 + step1 + /div + div class= step2 + ...
  • luran813
  • 4
  • Opened 
    on Sep 4, 2019
  • #3
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub